home *** CD-ROM | disk | FTP | other *** search
- $name "Trueform Bullet"
-
- $properties // These are the default properties
- {
- $collision_radius = 8
- $collision_flags = COLLIDE_WORLD,COLLIDE_SHADOWMAN
- $blast_radius = 0
- $damage = 3
- $min_velocity = 12
- $max_velocity = 12
- $physics_flags = PHYS_NONE
- $velocity_flags = USE_DEFAULT_VELOCITY
- $weapon_class = _WP_CLASS_BULLET
- $weapon_range = 300
- $friction = 0.94
- }
-
- $custom_sounds
- {
- $sound_trubullet_fire = "data\audio\sfx\baddys\trueform\fire.wav"
- $sound_trubullet_impact = "data\audio\sfx\baddys\trueform\impact.wav"
- $sound_trubullet_travel = "data\audio\sfx\baddys\trueform\misloop.wav"
- }